projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a9ab7a
)
Remove unused variables and imports.
author
emellor@ewan
<emellor@ewan>
Tue, 20 Sep 2005 16:31:22 +0000
(17:31 +0100)
committer
emellor@ewan
<emellor@ewan>
Tue, 20 Sep 2005 16:31:22 +0000
(17:31 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendBootloader.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendBootloader.py
b/tools/python/xen/xend/XendBootloader.py
index 5e9154bc0cc5a6dd554fe9d309c8bfa04a32677e..d64d4eee9a0350e7b2b2be5e9c054b6a22599c5e 100644
(file)
--- a/
tools/python/xen/xend/XendBootloader.py
+++ b/
tools/python/xen/xend/XendBootloader.py
@@
-12,7
+12,7
@@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-import os, s
ys, s
elect, errno
+import os, select, errno
import sxp
from XendLogging import log
@@
-72,7
+72,7
@@
def bootloader(blexec, disk, quiet = 0, vcpus = None, entry = None):
if len(s) == 0:
break
-
(pid, status) =
os.waitpid(child, 0)
+ os.waitpid(child, 0)
os.close(r)
os.unlink(BL_FIFO)